.sidearm-common .sidearm-common-header {
     display: none;
}
 body {
     background-image: url("https://jbu_ftp.sidearmsports.com/custompages/css/gameday/background-blue-repeat.jpg");
     background-repeat: repeat;
     background-color: #eeef0;
}
 h2:first-of-type:after {
     background: linear-gradient(to right, #1a1a1a 0px, #1a1a1a 10px, #124e84 10px, #124e84 80px);
     content: "";
     bottom: 10px;
     display: block;
     height: 2px;
     margin: 10px 0 20px 0;
     width: 80px;
}
 .button-header {
     width: 100%;
     max-width: 1416px;
     margin: auto;
}
 .button-subheader {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     max-width: 1366px;
     margin: auto;
}
 .button-subheader .button-sub-btn {
     display: flex;
     align-items: center;
     border: 1px solid lightgrey;
     text-decoration: none;
     width: calc(25% - 20px);
     text-align: center;
     padding: 15px;
     margin: 10px;
     justify-content: center;
     text-transform: uppercase;
     font-weight: bold;
     color: #1a1a1a;
     transition: .25s;
}
 .button-subheader .button-sub-btn:hover {
     color: #fff;
     background-color: #124e84;
     border: 1px solid #1b76c7;
}
 @media screen and (max-width:480px) {
     .button-subheader .button-sub-btn {
        width: 100%;
    }
}